UInt16MINumericUInt16MLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16M INumeric<UInt16M>.LogicalExclusiveOr(
UInt16M value
)
Private Function LogicalExclusiveOr (
value As UInt16M
) As UInt16M Implements INumeric(Of UInt16M).LogicalExclusiveOr
private:
virtual UInt16M LogicalExclusiveOr(
UInt16M value
) sealed = INumeric<UInt16M>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : UInt16M -> UInt16M
private override LogicalExclusiveOr :
value : UInt16M -> UInt16M
- value UInt16M
- The value with which to compute the logical exclusive OR.
UInt16MThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)